05. Create Table and Types

Create Table and Types

INSTRUCTOR NOTE:

There are occasions where you'd want to create tables from within your application's code. For instance, this can be a handy way to have it set itself up when you first run it. (That's what your browser does when it creates your cookies file, for instance.)